@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}


#wrap{
	width: 1200px;
	margin:auto;
	padding-bottom:50px;
	overflow:hidden;
}


#wrap .tf{
width:277px;
	float: left;
 margin-right:30px;
} 
#wrap .tf .a1{
width:277px;
	height:187px;
	float: left;
	overflow: hidden;
} 

#wrap .tf1{
width:277px;
	float: right;
} 
#wrap .tf1 .a1{
width:277px;
	height:187px;
	float: left;
	overflow: hidden;
} 



.divA{
	width: 277px;
	padding-top:10px;
	float:left;
}

.divA .p1{
	width: 277px;
	font-size: 17px;
	font-weight:normal;
    line-height:40px;

}
.divA .p1 a{ color:#535353;}
.divA .p1 a:hover{ color:#0f81ca}

.divA .p2{
	width: 277px;
    font-size: 13px;
    color: #828282;
    line-height: 20px;
}
.divA .p3{
	width:100px;
	height:28px;
		float: left;
	border:#478fd1 solid 1px;
	margin-top:25px;
    font-size: 13px;
color: #478fd1;
    line-height:28px;
	text-align:center;
}

.divA .p3 a{
width:100px;
	color: #478fd1;	float: left;

}
 
 .divA .p3 a:hover{
	width:100px;
	overflow:hidden;
	float: left;
	border:#478fd1 solid 1px;
    font-size: 13px;
    color: #fff;
	background:#478fd1;
    line-height:28px;
	text-align:center;
}
 
 
 
 #wrap a img{ display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; }
 #wrap a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
<!--0.00013017654418945-->